home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
090
/
ozbext.arc
/
CIS.BAT
next >
Wrap
DOS Batch File
|
1988-03-03
|
314b
|
13 lines
rem ********************************************************
rem You must pass to this batch file the port speed wanted
rem ********************************************************
echo off
cls
if %1A==A goto error
ozbext 1 %1 n 8 1 -x -v
goto done
:error
echo No Speed parameter passed!
pause
:done